home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-07-20 | 756 b | 41 lines | [TEXT/MPS ] |
- /*
-
- F W I N C O E R C I O N O S A X
-
- Version 1.0
- Freeware by Daniel Ranson
-
- This osax performs coercions to the FinderWindow (fwin) record
- type used by Finder events.
-
- There are actually three osax. This Rez file groups them in
- an osax file.
-
- */
-
- #include "SysTypes.r"
-
- include "alis2fwin.o" 'osax' (128) as 'osax' (128, "CSPTalisfwin", sysheap);
- include "long2fwin.o" 'osax' (129) as 'osax' (129, "CSPTlongfwin", sysheap);
- include "list2fwin.o" 'osax' (130) as 'osax' (130, "CSDSlistfwin", sysheap);
-
- resource 'vers' (1, purgeable) {
- 0x1,
- 0x0,
- release,
- 0x0,
- verUS,
- "1.0",
- "v1.0. Freeware by Daniel Ranson."
- };
-
- resource 'vers' (2, purgeable) {
- 0x1,
- 0x0,
- release,
- 0x0,
- verUS,
- "1.0",
- "Finder Scripting Toolkit v1.0"
- };
-